home *** CD-ROM | disk | FTP | other *** search
/ Inventor Labs: Transportation / InventorLabs - Transportation.iso / pc / builders / media / netacess / url95.dir / 00062_Script_62 < prev   
Text File  |  1996-10-10  |  386b  |  14 lines

  1. on exitFrame
  2.   global TheWeb, WebError
  3.   
  4.   --
  5.   -- this handler is on a frame that occurs just after the
  6.   -- Web has been launched succesfully.  It creates a delay
  7.   -- while the Browser starts up.  Once the browser has started,
  8.   -- the call to TheWeb(mIsBrowserRunning) will return TRUE.
  9.   
  10.   if TheWeb(mIsBrowserRunning) = 0 then
  11.     go frame the frame
  12.   end if
  13.   
  14. end